object WinBrowse: TWinBrowse Left = 10 Top = 93 Width = 605 Height = 374 Caption = 'Browse' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] FormStyle = fsMDIChild PixelsPerInch = 96 Position = poDefault Visible = True OnClose = FormClose OnCreate = FormCreate TextHeight = 16 object Label1: TLabel Left = 116 Top = 12 Width = 151 Height = 16 Caption = 'Select From Open Files' end object Label3: TLabel Left = 252 Top = 320 Width = 48 Height = 16 Caption = 'Method' end object Label4: TLabel Left = 288 Top = 44 Width = 58 Height = 16 Caption = 'Index By' end object recnum: TLabel Left = 20 Top = 4 Width = 77 Height = 16 Alignment = taCenter AutoSize = False end object oftot: TLabel Left = 20 Top = 20 Width = 77 Height = 16 Alignment = taCenter AutoSize = False end object dbfBrowse: TSixbrowse Left = 0 Top = 72 Width = 597 Height = 237 ColorHeader = 4227072 ColorTHeader = clWhite ColorHighlight = clGreen ColorTHighlight = clWhite ColorNormal = clWhite ColorTNormal = clBlack Font.Color = clBlack Font.Height = -13 Font.Name = 'System' Font.Style = [fsBold] ParentFont = False TabOrder = 0 TabStop = True ColorFrozen = clWhite ColorTFrozen = clBlack ColorSpecial = clWhite ColorTSpecial = clBlack AutoBrowse = False IndexWait = False Grid = 0 Frame = 1 OnKeyUp = dbfBrowseKeyUp OnEditWhen = dbfBrowseEditWhen end object Button1: TButton Left = 504 Top = 316 Width = 89 Height = 25 Caption = '&Close' TabOrder = 1 OnClick = Button1Click end object flist: TComboBox Left = 276 Top = 8 Width = 177 Height = 24 Style = csDropDownList ItemHeight = 16 Sorted = True TabOrder = 2 OnClick = flistClick end object Button2: TButton Left = 472 Top = 8 Width = 121 Height = 25 Caption = '&Open DataBase' TabOrder = 3 OnClick = Button2Click end object strlist: TComboBox Left = 8 Top = 40 Width = 249 Height = 24 Style = csDropDownList Font.Color = clBlack Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] ItemHeight = 16 ParentFont = False TabOrder = 4 end object taglist: TComboBox Left = 356 Top = 40 Width = 237 Height = 24 Style = csDropDownList Font.Color = clBlack Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] ItemHeight = 16 ParentFont = False TabOrder = 5 OnClick = taglistClick end object srchfor: TEdit Left = 92 Top = 316 Width = 141 Height = 24 CharCase = ecUpperCase TabOrder = 6 Text = 'SRCHFOR' OnKeyPress = srchforKeyPress end object infld: TComboBox Left = 308 Top = 316 Width = 181 Height = 24 Style = csDropDownList Font.Color = clBlack Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] ItemHeight = 16 ParentFont = False TabOrder = 7 OnClick = infldClick end object Button3: TButton Left = 4 Top = 316 Width = 81 Height = 25 Caption = '&Search' TabOrder = 8 OnClick = Button3Click end object OpenDialog1: TOpenDialog DefaultExt = 'DBF' Filter = 'DBF Files (*.dbf)|*.DBF' FilterIndex = 0 Left = 4 Top = 4 end end